projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75d97f4
)
(Info-mode): Default for `tab-width'.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 12 Dec 1996 23:00:31 +0000
(23:00 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 12 Dec 1996 23:00:31 +0000
(23:00 +0000)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index ba24cec25d3c7e3c560df4fa2add6b33e24d0ee4..8dc67100c81db3be12f15218405b85e971bdc9f6 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-1724,6
+1724,7
@@
Advanced commands:
(kill-all-local-variables)
(setq major-mode 'Info-mode)
(setq mode-name "Info")
+ (setq tab-width 8)
(use-local-map Info-mode-map)
(make-local-hook 'activate-menubar-hook)
(add-hook 'activate-menubar-hook 'Info-menu-update nil t)